home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94a.txt / 000192_icon-group-sender _Sat Jul 2 22:30:42 1994.msg < prev    next >
Internet Message Format  |  1994-08-19  |  2KB

  1. Received: by cheltenham.cs.arizona.edu; Sun, 3 Jul 1994 17:24:12 MST
  2. Date: 2 Jul 94 22:30:42 GMT
  3. From: agate!howland.reston.ans.net!europa.eng.gtefsd.com!news.umbc.edu!haven.umd.edu!umd5.umd.edu!usenet@ucbvax.Berkeley.EDU  (Rodney Price)
  4. Organization: University of Maryland, College Park
  5. Subject: Icon installation on NeXT 3.2
  6. Message-Id: <2v4pqi$a16@umd5.umd.edu>
  7. Sender: icon-group-request@cs.arizona.edu
  8. To: icon-group@cs.arizona.edu
  9. Status: R
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11.  
  12.  
  13. I just installed the binaries for the Icon compiler available on
  14. cs.arizona.edu, and everything seems to work fine, except for a
  15. few warning messages every time I compile.  For example,
  16.  
  17. iconc totex.icn
  18. Translating to C:
  19. totex.icn:
  20. No errors; no warnings
  21. Compiling and linking C code:
  22. In file included from /usr/local/lib/icon/rt.h:5663, from totex.h:8, from  
  23. totex.c:7:
  24. /NextDeveloper/Headers/ansi/string.h:41: warning: conflicting types for  
  25. built-in function `memcpy'
  26. /NextDeveloper/Headers/ansi/string.h:43: warning: conflicting types for  
  27. built-in function `strcpy'
  28. /NextDeveloper/Headers/ansi/string.h:47: warning: conflicting types for  
  29. built-in function `memcmp'
  30. /NextDeveloper/Headers/ansi/string.h:48: warning: conflicting types for  
  31. built-in function `strcmp'
  32. /NextDeveloper/Headers/ansi/string.h:68: warning: conflicting types for  
  33. built-in function `strlen'
  34.  
  35. The binaries from cs.arizona.edu are evidently built on a NeXTSTEP 2.1
  36. system, and mine is NeXTSTEP 3.2, so perhaps the header files have 
  37. changed.  The generated code seems to work fine, however.
  38.  
  39. How do I fix this?
  40.  
  41. Thanks,
  42.  
  43. Rod Price
  44. rprice@reunion.umd.edu
  45.